home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / trnsprtr.dir / 00556_other browser button script.ls < prev    next >
Encoding:
Text File  |  1998-06-17  |  386 b   |  16 lines

  1. on mouseDown
  2.   global gOtherBrowserFound, gTravelTexLocation
  3.   if gOtherBrowserFound then
  4.     ButtonDown(1, EMPTY)
  5.     if rollOver(the clickOn) then
  6.       set MyLoc to the text of field "BrowserLocation"
  7.       if FileExists(MyLoc) then
  8.         open(gTravelTexLocation, MyLoc)
  9.       else
  10.         set gOtherBrowserFound to 0
  11.         go(the frame - 1)
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.